home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / tutorials / sample.xml next >
Encoding:
Extensible Markup Language  |  2006-03-01  |  6.3 KB  |  161 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE slideshow SYSTEM "slideshow.dtd">
  3. <slideshow>
  4.     <font_styles>
  5.         <font_style name="title" size="30" color="231,158,90"/>
  6.         <font_style name="subtitle" size="22" color="231,158,90"/>
  7.         <font_style name="rouge" color="255,0,0"/>
  8.         <font_style name="vert" color="255,0,0"/>
  9.         <font_style name="rouge" color="255,0,0"/>
  10.     </font_styles>
  11.     <paragraph_styles> 
  12.         <paragraph_style name="title" font_style="title" align="center " space_before="2" space_after="10"/> 
  13.         <paragraph_style name="subtitle" font_style="subtitle" align="left " space_before="5" space_after="0"/> 
  14.         <paragraph_style name="normal" align="left" space_before="2" space_after="0"/> 
  15.         <paragraph_style name="center" align="center" space_before="2" space_after="0"/> 
  16.         <paragraph_style name="right" align="right" space_before="2" space_after="0"/> 
  17.     </paragraph_styles>
  18.     <slides>
  19.         <slide back_bitmap="white.png" back_color="75,75,100,200">
  20.             <paragraph style="title">Titre de la slide 1</paragraph>
  21.             <paragraph style="normal">Ceci est un texte alignΘ α gauche avec un mot <font style="rouge">rouge</font></paragraph>
  22.             <paragraph style="center">Ceci est un texte centrΘ</paragraph>
  23.             <paragraph style="right">Ceci est un texte alignΘ α droite</paragraph>
  24.             
  25.             <paragraph style="subtitle">Image:</paragraph>
  26.             <paragraph style="center"><array>
  27.                 <column width="500"/>
  28.                 <column width="150"/>
  29.                 <row>
  30.                     <cell>
  31.                         <paragraph style="normal">Voici une image avec un texte a gauche. 
  32.                         Voici une image avec un texte a gauche. Voici une image avec un texte a gauche.
  33.                          Voici une image avec un texte a gauche. Voici une image avec un texte a gauche.</paragraph>
  34.                     </cell>
  35.                     <cell>
  36.                         <image bitmap="loadback.png" width="133" height="100"/>
  37.                     </cell>
  38.                 </row>
  39.             </array></paragraph>
  40.             <paragraph style="subtitle">Voici une liste:</paragraph>
  41.             <list>
  42.                 <list_item>ElΘment 1</list_item>
  43.                 <list_item>ElΘment 2</list_item>
  44.                 <list_item>ElΘment 3</list_item>
  45.             </list>
  46.             <paragraph style="normal">
  47.             <paragraph style="subtitle">Indentation:</paragraph>
  48.             </paragraph>
  49.             <paragraph style="normal">
  50.             Voici un texte. 
  51.             <indent>Voici un text indentΘ d'1 niveau.<indent>Voici un text indentΘ de 2 niveaux. </indent></indent>
  52.              </paragraph>
  53.             <paragraph style="subtitle">Voici un tableau de 3x3 cellules:</paragraph>
  54.             <paragraph style="center"><array>
  55.                 <column width="100" align="center"/>
  56.                 <column width="100" align="center"/>
  57.                 <column width="100" align="center"/>
  58.                 <row>
  59.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  60.                     <cell>cellule</cell>
  61.                     <cell>cellule</cell>
  62.                 </row>
  63.                 <row>
  64.                     <cell>cellule</cell>
  65.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  66.                     <cell>cellule</cell>
  67.                 </row>
  68.                 <row>
  69.                     <cell>cellule</cell>
  70.                     <cell>cellule</cell>
  71.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  72.                 </row>
  73.             </array></paragraph>
  74.             
  75.             <paragraph style="center"> </paragraph>
  76.             <paragraph style="center"> </paragraph>
  77.             <paragraph style="center">
  78.                 <array>
  79.                     <column width="390" align="left"/>
  80.                     <column width="390" align="right"/>
  81.                     <row>
  82.                         <cell>Appuyez sur <image bitmap="guimap" uv="char_left" width="20" height="20" color="231,158,90"/> pour revenir α l'Θcran prΘcΘdent</cell>
  83.                         <cell>Appuyez sur <image bitmap="guimap" uv="char_right" width="20" height="20" color="231,158,90"/> pour passer α l'Θcran suivant</cell>
  84.                     </row>
  85.                 </array>
  86.             </paragraph>
  87.         </slide>
  88.         <slide back_bitmap="white.png" back_color="75,75,100,200">
  89.             <paragraph style="title">Titre de la slide 1</paragraph>
  90.             <paragraph style="normal">Ceci est un texte alignΘ α gauche avec un mot <font style="rouge">rouge</font></paragraph>
  91.             <paragraph style="center">Ceci est un texte centrΘ</paragraph>
  92.             <paragraph style="right">Ceci est un texte alignΘ α droite</paragraph>
  93.             
  94.             <paragraph style="subtitle">Image:</paragraph>
  95.             <paragraph style="center"><array>
  96.                 <column width="500"/>
  97.                 <column width="150"/>
  98.                 <row>
  99.                     <cell>
  100.                         <paragraph style="normal">Voici une image avec un texte a gauche. 
  101.                         Voici une image avec un texte a gauche. Voici une image avec un texte a gauche.
  102.                          Voici une image avec un texte a gauche. Voici une image avec un texte a gauche.</paragraph>
  103.                     </cell>
  104.                     <cell>
  105.                         <image bitmap="loadback.png" width="133" height="100"/>
  106.                     </cell>
  107.                 </row>
  108.             </array></paragraph>
  109.             <paragraph style="subtitle">Voici une liste:</paragraph>
  110.             <list>
  111.                 <list_item>ElΘment 1</list_item>
  112.                 <list_item>ElΘment 2</list_item>
  113.                 <list_item>ElΘment 3</list_item>
  114.             </list>
  115.             <paragraph style="normal">
  116.             <paragraph style="subtitle">Indentation:</paragraph>
  117.             </paragraph>
  118.             <paragraph style="normal">
  119.             Voici un texte. 
  120.             <indent>Voici un text indentΘ d'1 niveau.<indent>Voici un text indentΘ de 2 niveaux. </indent></indent>
  121.              </paragraph>
  122.             <paragraph style="subtitle">Voici un tableau de 3x3 cellules:</paragraph>
  123.             <paragraph style="center"><array>
  124.                 <column width="100" align="center"/>
  125.                 <column width="100" align="center"/>
  126.                 <column width="100" align="center"/>
  127.                 <row>
  128.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  129.                     <cell>cellule</cell>
  130.                     <cell>cellule</cell>
  131.                 </row>
  132.                 <row>
  133.                     <cell>cellule</cell>
  134.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  135.                     <cell>cellule</cell>
  136.                 </row>
  137.                 <row>
  138.                     <cell>cellule</cell>
  139.                     <cell>cellule</cell>
  140.                     <cell><image bitmap="loadback.png" width="30" height="30"/></cell>
  141.                 </row>
  142.             </array></paragraph>
  143.             
  144.             <paragraph style="center"> </paragraph>
  145.             <paragraph style="center"> </paragraph>
  146.             <paragraph style="center">
  147.                 <array>
  148.                     <column width="390" align="left"/>
  149.                     <column width="390" align="right"/>
  150.                     <row>
  151.                         <cell>Appuyez sur <image bitmap="guimap" uv="char_left" width="20" height="20" color="231,158,90"/> pour revenir α l'Θcran prΘcΘdent</cell>
  152.                         <cell>Appuyez sur <image bitmap="guimap" uv="char_right" width="20" height="20" color="231,158,90"/> pour passer α l'Θcran suivant</cell>
  153.                     </row>
  154.                 </array>
  155.             </paragraph>
  156.         </slide>
  157.     </slides>
  158. </slideshow>
  159.     
  160.         
  161.